home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
DJGPP
/
BNU22SR1.ZIP
/
src
/
binutils.2
/
ld
/
i386coff.xr
< prev
next >
Wrap
Text File
|
1993-11-28
|
413b
|
25 lines
/* Generated through mkscript */
"{OUTPUT_FORMAT(\"coff-i386\")\n\
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib);\n\
ENTRY(_start)\n\
SECTIONS\n\
{\n\
.text : {\n\
*(.init)\n\
*(.text)\n\
*(.fini)\n\
;\n\
}\n\
.data : {\n\
*(.data .data2)\n\
;\n\
}\n\
.bss :\n\
{ \n\
*(.bss)\n\
*(COMMON)\n\
;\n\
}\n\
}\n\
}"